home *** CD-ROM | disk | FTP | other *** search
/ How Multimedia Computers Work / How Multimedia Computers Work (1994-6-17) [English].mdf / content / anx / monitor.ini < prev    next >
INI File  |  1994-06-15  |  431b  |  25 lines

  1. ;
  2. ;
  3. ;   MONITOR.INI for HCW MONITOR.
  4. ;
  5. ;   Since we can only recover an int using GetPrivateProfileInt, and we need 500 millisecond
  6. ;   resolution seeking into the wave file;
  7. ;
  8. ;   seek=10 == 10 * 100 = 1000 mSec    1 second
  9. ;   hold=15 == 15 * 100 = 1500 mSec    1.5 seconds
  10. ;
  11. ;
  12. [MONITOR]
  13. MONITOR00=
  14. MONITOR01=
  15.  
  16. [MONITOR00]
  17. seekfile=MONITOR.WAV
  18. keeplastframe=1
  19. x=3
  20. y=3
  21. seek=0
  22. hold=151
  23. [MONITOR01]
  24. hold=51
  25.